-
Re: Arabic Unicode normalisation
A couple of things to note: 1. Fonts are not responsible for implementing any Unicode normalisation, and glyphs processing isn't bound by normalisation properties and behaviours. Normalisation i…2 -
Re: Making Windows Fonts Do Something They Shouldn't
You seem to be thinking that there is a way to make a font that is limited to an 8-bit decimal encoding of the kind to which e.g. PS Type 1 fonts were limited, but also has a Unicode encoding for cha…2 -
Re: Making Windows Fonts Do Something They Shouldn't
No, because John S does want the correct Unicode codepoints for the chess symbols in the text string eventually. He's just trying to come up with a way to get them there that doesn't involv…3 -
Re: Making Windows Fonts Do Something They Shouldn't
The trouble with ASCII or ANSI codes with a OTL feature such as ornm is that what is being stored in the text is those codes, and not the Unicode chess symbol characters. John seems to be suggesting …1 -
Re: Making Windows Fonts Do Something They Shouldn't
What do you mean by '7-bit or 8-bit fonts'? Not really. The process is similar to that for other platforms. If you want to make it easier to provide a custom keyboard, e.g. for entering che…1
